Tables are a powerful feature for Text notes, since editing them is generally easy.

To create a table, simply press the table button and select with the mouse the desired amount of columns and rows, as indicated in the adjacent figure.

Formatting toolbar

When a table is selected, a special formatting toolbar will appear:

Navigating a table

Resizing cells

Inserting new rows and new columns

Merging cells

To merge two or more cells together, simply select them via drag & drop and press the button from the formatting toolbar.

More options are available by pressing the arrow next to it:

Table properties

The table properties can be accessed via the button and allows for the following adjustments:

The table will immediately update to reflect the changes, but the Save button must be pressed for the changes to persist.

Cell properties

Similarly to table properties, the button opens a popup which adjusts the styling of one or more cells (based on the user's selection).

The following options can be adjusted:

The cell will immediately update to reflect the changes, but the Save button must be pressed for the changes to persist.

Caption

Press the button to insert a caption or a text description of the table, which is going to be displayed above the table.

Tables with invisible borders

Tables can be set to have invisible borders in order to allow for basic layouts (columns, grids) of text or images without the distraction of their border:

  1. First insert a table with the desired number of columns and rows.
  2. Select the entire table.
  3. In Table properties, set:
    1. Style to Single
    2. Color to transparent
    3. Width to 1px.
  4. In Cell Properties, set the same as on the previous step.

Markdown import/export

Simple tables are exported in GitHub-flavored Markdown format (e.g. a series of | items). If the table is found to be more complex (it contains HTML elements, has custom sizes or images), the table is converted to a HTML one instead.

Generally formatting loss should be minimal when exported to Markdown due to the fallback to HTML formatting.